home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / flappy.swf / scripts / frame_2 / DoAction_2.as next >
Encoding:
Text File  |  2007-09-27  |  189 b   |  8 lines

  1. current_bytes = this.getBytesLoaded();
  2. tot_bytes = this.getBytesTotal();
  3. percent = int(current_bytes / tot_bytes * 100) + "% ";
  4. if(current_bytes >= tot_bytes)
  5. {
  6.    gotoAndStop(5);
  7. }
  8.